skip_noencoding_locales
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Fri, 20 Sep 2019 07:01:37 +0000 (08:01 +0100)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Fri, 20 Sep 2019 07:01:37 +0000 (08:01 +0100)
commit06cc5e7295361141bee82fb29c5d43c96d53488a
tree57a7f0ef68e41cf166c2e7b0c5b95eb858b3d71d
parent9242d7e12d1edcd8c4017b8fddf85d98029e40ae
skip_noencoding_locales

Some datetime tests run the test in every available locale.
If this set includes locales without an encoding (currently dsb_DE
and sah_RU), it fails due to Python bug
https://bugs.python.org/issue20088

Failure log
https://tests.reproducible-builds.org/debian/rbuild/buster/amd64/pandas_0.23.3+dfsg-3.rbuild.log.gz

Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Bug: https://github.com/pandas-dev/pandas/issues/20957
Forwarded: no

Gbp-Pq: Name skip_noencoding_locales.patch
pandas/util/testing.py